GUI Help > Special > addStatusPanel

addStatusPanel
addStatusPanel handle gadget, int width

Description:
Adds a new panel to a statusbar. After creating the new panel you can set its text using setStatusText.

Return Value:


Parameters:
gadget Handle to a statusbar gadget
width The width of the new panel.
Remarks:
Unlike other gadgets, the first status panel you add will have an index of 1.

See Also:


Example:
(Note: You will need to include the GUI constants file for this example to work)